Fix frame size when scroll bar width not an integral of column width.
authorJan D <jan.h.d@swipnet.se>
Wed, 14 Jul 2010 15:06:33 +0000 (17:06 +0200)
committerJan D <jan.h.d@swipnet.se>
Wed, 14 Jul 2010 15:06:33 +0000 (17:06 +0200)
commitaf215c1cd19ac532949c96c8675050325fe07b14
treea1c6efe1b2a22a9dc3339725255bacddca33c4b0
parent0ff05eb836acb1894906556d11e48aa861b14e0a
Fix frame size when scroll bar width not an integral of column width.

xterm.c (x_set_window_size_1): scroll_bar_actual_width is always
SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
src/ChangeLog